home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / DELPHI3.EXE / %MAINDIR% / Examples / Delphi3 / ISAPI CGI and TeeChart / UnitChart.dfm / UnitChart.txt
Encoding:
Text File  |  1998-11-17  |  2.6 KB  |  100 lines

  1. object Form2: TForm2
  2.   Left = 116
  3.   Top = 108
  4.   Width = 637
  5.   Height = 427
  6.   Caption = 'Form2'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 384
  18.     Width = 151
  19.     Height = 13
  20.     Caption = 'See this Form OnCreate event...'
  21.   end
  22.   object Chart1: TChart
  23.     Left = 24
  24.     Top = 8
  25.     Width = 593
  26.     Height = 369
  27.     AllowPanning = pmNone
  28.     AllowZoom = False
  29.     BottomWall.Color = 16777088
  30.     BottomWall.Size = 10
  31.     Foot.Alignment = taRightJustify
  32.     Foot.Font.Charset = DEFAULT_CHARSET
  33.     Foot.Font.Color = clRed
  34.     Foot.Font.Height = -11
  35.     Foot.Font.Name = 'Arial'
  36.     Foot.Font.Style = [fsItalic]
  37.     Foot.Text.Strings = (
  38.       'Copyright 1995-97 by David Berneda. All rights reserved.')
  39.     Gradient.Direction = gdRightLeft
  40.     Gradient.Visible = True
  41.     LeftWall.Color = clTeal
  42.     LeftWall.Size = 10
  43.     Title.AdjustFrame = False
  44.     Title.Brush.Color = clWhite
  45.     Title.Font.Charset = DEFAULT_CHARSET
  46.     Title.Font.Color = clTeal
  47.     Title.Font.Height = -19
  48.     Title.Font.Name = 'Arial'
  49.     Title.Font.Style = [fsBold, fsItalic]
  50.     Title.Frame.Color = clRed
  51.     Title.Frame.Width = 3
  52.     Title.Frame.Visible = True
  53.     Title.Text.Strings = (
  54.       '1997 Web Hits per Continent')
  55.     AxisVisible = False
  56.     Chart3DPercent = 20
  57.     ClipPoints = False
  58.     Frame.Visible = False
  59.     Legend.Alignment = laLeft
  60.     Legend.Color = clSilver
  61.     Legend.ColorWidth = 22
  62.     Legend.Font.Charset = DEFAULT_CHARSET
  63.     Legend.Font.Color = clBlack
  64.     Legend.Font.Height = -12
  65.     Legend.Font.Name = 'Arial'
  66.     Legend.Font.Style = [fsBold, fsItalic]
  67.     Legend.Frame.Width = 3
  68.     Legend.TextStyle = ltsPlain
  69.     Legend.TopPos = 31
  70.     Legend.ShadowColor = clGray
  71.     Legend.ShadowSize = 5
  72.     View3DWalls = False
  73.     BevelInner = bvLowered
  74.     BevelWidth = 2
  75.     BorderWidth = 1
  76.     TabOrder = 0
  77.     object Series1: TPieSeries
  78.       Marks.Arrow.Color = clBlack
  79.       Marks.Arrow.Style = psDot
  80.       Marks.ArrowLength = 18
  81.       Marks.BackColor = clSilver
  82.       Marks.Font.Charset = DEFAULT_CHARSET
  83.       Marks.Font.Color = clNavy
  84.       Marks.Font.Height = -16
  85.       Marks.Font.Name = 'Arial'
  86.       Marks.Font.Style = [fsBold, fsItalic]
  87.       Marks.Frame.Style = psDot
  88.       Marks.Style = smsPercent
  89.       Marks.Visible = True
  90.       RotationAngle = 10
  91.       PiePen.Color = clGray
  92.       PiePen.Width = 3
  93.       PieValues.DateTime = False
  94.       PieValues.Name = 'Pie'
  95.       PieValues.Multiplier = 1.000000000000000000
  96.       PieValues.Order = loNone
  97.     end
  98.   end
  99. end
  100.